From 90207e04bd314b2c211eae1b2b0e68e1f3b47c12 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Wed, 31 Oct 2018 16:59:12 +0100 Subject: [PATCH] d/rules: Don't exclude the actual pygrub script We still want to have `/usr/lib/xen-4.11/bin/pygrub`. Thanks PryMar56 for quickly pointing out the fix on IRC. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 75e0583cee..1900e6eafd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ xen (4.11.1~pre.20180911.5acdd26fdc+dfsg-6~) UNRELEASED; urgency=medium * debian/control: Add Homepage, Vcs-Browser and Vcs-Git. (Closes: #911457) * grub.d/xen.cfg: fix default entry when using l10n (Closes: #865086) + * debian/rules: Don't exclude the actual pygrub script + (Closes: #912381, #912441) -- Hans van Kranenburg Sat, 20 Oct 2018 17:41:06 +0200 diff --git a/debian/rules b/debian/rules index ad13460308..09babb2133 100755 --- a/debian/rules +++ b/debian/rules @@ -245,7 +245,7 @@ dh_install_excludes += -X/.deps # Upstream puts pygrub in its lib directory which is in our per-version # package, and leaves a symlink in /usr/bin. Exclude the symlink. # We don't want this in /usr/bin anyway. -dh_install_excludes += -Xbin/pygrub +dh_install_excludes += -Xusr/bin/pygrub # We want the xenstore utilities in their own package. The general # install does everything from /usr/bin and /usr/share/man, so we -- 2.30.2